ArcPad Extension Preferences File Schema
COLORRAMP Element
See Also  Send comments on this topic.
ArcPad Extension Preferences File Schema > COMPLEXPOLYGONSYMBOL Element > GRADIENTFILL Element : COLORRAMP Element

Glossary Item Box

Description

Used to define the color ramp in a gradient fill complex polygon symbol.

Diagram

COLOR Element Sequence COLORRAMP Element

Overview

COLORRAMP
Used to define the color ramp in a gradient fill complex polygon symbol.
Sequence
COLOR 1..∞
color required xs:string

Examples

Source

<xs:element name="COLORRAMP" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="COLOR" maxOccurs="unbounded">
        <xs:complexType>
          <xs:attribute name="color" use="required" type="xs:string" />
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>

See Also

© 2012 All Rights Reserved.